body{background: #fff;font-size:14px;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.fs64{font-size: 64px;line-height: 1;}
.fs48{font-size: 48px;}
.fs36{font-size: 36px;}
.fs26{font-size: 26px;}
.fs24{font-size: 24px;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}


@font-face{font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9*/
 src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
 url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
 url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
 font-family:"iconfont" !important;
 display:inline-block;
 vertical-align: middle;
 margin:0 .3em;
 font-size: 1.1em;
 font-style:normal;
 -webkit-font-smoothing: antialiased;
 -webkit-text-stroke-width: 0px;
 -moz-osx-font-smoothing: grayscale; 
}


@font-face{
 font-family: 'syl';
 src:url('syl.otf');
}

@font-face{
 font-family: 'shs';
 src:url('SourceHanSansCN-Regular.otf');
}

.ht{font-family: '黑体';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bold{font-weight: bold;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.06);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.css3l{-webkit-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s;}
.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;}

.more-btn{float:left;padding:0 12px;line-height: 38px;border:1px solid #e70012;font-size:14px;color:#e70012;transition: all .3s;}
.more-btn span{display: block;padding-right:27px;background: url(../images/arrow.png) no-repeat right center;}
.more-btn:hover{color:#fff;background: #e70012;}
.more-btn.white{color:#fff;border-color:#fff;}
.more-btn.white:hover{color:#fff;background: #e70012;border-color:#e70012;}
.more-btn.white span,.more-btn:hover span{background-image: url(../images/arrow-w.png)}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:#fff;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#0084e9;background: #0084e9;color:#fff;}


@media (min-width: 1300px){
 .container{width:1230px;}
}


/* 导航部分 */
.header{position: fixed!important;top:0; left:0; right:0; z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.header.fixed{background: #fff;}
@media (min-width: 1400px){
 .header .container{padding-right:0;}
}
.header-blank,.header_box{height:100px;}
.header.fixed{top:0;box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); }
.header_box{position: relative;transition: all .3s;}
.header .header_logo{position: absolute;left:-85px;top:0;bottom:0;}
.header .header_logo .logo-box{height: 100%;text-align: center;}
.header .header_logo img{max-height:67%;margin:0 16px 0 0;}
.header .header_logo .name{font-weight: bold;color:#13387f;letter-spacing: 1px;line-height: 1;}
.header .header_logo p{font-size:14px;color:#999999;padding:0 18px;position: relative;letter-spacing: 3px;line-height:1;margin-top:10px;}
.header .header_logo p:before,.header .header_logo p:after{position: absolute;content:'';width:12%;height:1px;background: #999;top:50%;margin-top:-1px;}
.header .header_logo p:before{left:0;}
.header .header_logo p:after{right:0;}
.header .header_logo .logo_desc{display: none;}
.header .header_nav{text-align: right;font-size:16px; padding-right: 50px;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:2.5%;}
.header .header_nav .nav_container>ul>li:last-child{margin-right:0;}
/*.header .header_nav .nav_container>ul>li:last-child>.nav-item{padding-right:0;}*/
.header .header_nav .nav_container>ul>li>.nav-item{display: block;padding:40px 20px;line-height:20px;color:#000;transition: all .3s;}
.header .header_nav .nav_container>ul>li>.nav-item span b{display: none;}
.header .header_nav .nav-item{font-weight: bold;}
.header .header_nav .nav-item span b{display: none;}
.header .header_nav .nav-item.active,.header .header_nav .nav-item:hover{color:#e70012!important;}
.header .header_nav .nav-item .nav-icon{width:22px;height: 18px;background-repeat: no-repeat;background-size: contain;background-position: center;position: absolute;bottom:13%;left:50%;margin-left:-11px;opacity: 0;display: none;transition: all .3s;}
.header .header_nav .nav-item.active .nav-icon,.header .header_nav .nav-item:hover .nav-icon{opacity: 1;display: block;}
.header .header_nav .nav_container .dropdown-menu{margin:0;padding:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: #fff;font-size:15px;min-width:130px;}
.dropdown-menu li a{display: block;white-space: nowrap;padding:14px 10px;color:#010000;position: relative;transition: all .3s;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus,.dropdown-menu li a.active{background: #e70012;color:#fff;}
.header-lang{position: absolute;right:-85px;top:50%;transform: translateY(-50%);width:25px;cursor: pointer;}
.header-lang .lang_h{display: none;}
.header-lang:hover .lang_c{display: none;}
.header-lang:hover .lang_h{display: block;}
/* .header.fixed .header_box{height: 90px;}
.header.fixed .header_nav .nav_container>ul>li>.nav-item{padding:35px 20px;} */
.header-search{position: absolute;right:-20px;top:50%;transform: translateY(-50%);}
.header-search .sbtn{width: 40px; height: 40px; background: url(../images/searchbtn.png) no-repeat center; cursor: pointer;}
.header-search form{width: 400px; height: 40px; border: 1px solid #ddd; background: #fff; padding-right: 10px; position: absolute; right: 0; top: 0; z-index: 10; display: flex; align-items: center; display: none;}
.header-search form input{flex: 1 1 auto; padding: 0 15px; font-size: 14px; color: #333; line-height: 30px; border: none; background: none; outline: none;}
.header-search form button{width: 80px; height: 30px; font-size: 14px; color: #fff; border: none; background: #2b5dba; outline: none;}

.mobile_key {display: none;width:32px;height:25px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#13387f;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}
.mm-opened .button_menu span:nth-child(1) {
 top:9px;
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg)
}
.mm-opened .button_menu span:nth-child(2){display: none;}
.mm-opened .button_menu span:nth-child(3) {
 -moz-transform: rotate(-45deg) translate(9px,-9px);
 -ms-transform: rotate(-45deg) translate(9px,-9px);
 -webkit-transform: rotate(-45deg) translate(9px,-9px);
 transform: rotate(-45deg) translate(9px,-9px)
}
/*.header.fixed .header_tools .button_menu span,.header:hover .header_tools .button_menu span,.index_header.allIn .header_tools .button_menu span{background: #000;}*/


.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;text-align: center;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item-img{max-width: 100%;min-height:350px;object-fit: cover;object-position: center;}
.ibanner .item-mask{position: absolute;top:0;left:0;right:0;bottom:0;color:#fff;}
.ibanner .video-box{position: absolute;left:0;width: 100%;bottom:10.52%;}
.ibanner .video-box .video{position: relative;width:274px;float:right;z-index:20;margin-right:5%;cursor: pointer;}
.ibanner .video-box .video .img{width:100%;padding-bottom: 56.2%;background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;position: relative;z-index:10;}
.ibanner .video-box .video .play-btn{width:46px;height:46px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;position: absolute;top:50%;left:50%;margin-top:-23px;margin-left:-23px;}
.ibanner .video-box .video:after{position: absolute;content:'';right:-10px;top:10px;width:100%;height: 100%;background: #e8000a;}
.ibanner .video-fixed{position: absolute;z-index:50;}

/* 搜索框 */
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}

@media (max-width:992px){
 .header-blank, .header_box{height: 80px;}
 .mobile_key{margin-top:28px;display: block;float:right;position: relative;z-index:20;}
 .header .header_nav{text-align: left;}
 .header .header_nav .nav-item .nav-icon{top:50%;margin-top:-9px;left:auto;right:50px;margin-left:0;}
}



.part{padding:129px 0;}
.part1 .info{position: relative;margin-bottom: 30px;overflow: hidden;}
.part1 .info .left{float:left;width:45%;max-width: 530px;padding-bottom: 60px;position: relative;}
/* .part1 .info .left img{position: absolute;bottom: 0;left:0;max-width: 140.5%;}
.part1 .info .left .bg{height: 384px;background: #eeeeee;} */
.part1 .info .left .video-box{position: absolute;left:0;top:0;width: 100%;}
.part1 .info .left .video-box .video{position: relative;width:100%;z-index:20;cursor: pointer;}
.part1 .info .left .video-box .video .img{width:100%;padding-bottom: 66%;background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;position: relative;z-index:10;}
.part1 .info .left .video-box .video .play-btn{width:46px;height:46px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;position: absolute;top:50%;left:50%;margin-top:-23px;margin-left:-23px;}
.part1 .info .left .video-box .video:after{position: absolute;content:'';right:-16px;top:16px;width:100%;height: 100%;background: #2457b7;}
.part1 .info .right{float:right;width:46.67%;max-width: 560px;position: relative;z-index:10;}
.part1 .info .right .date{font-family: Impact;color:#ebebeb;margin-bottom: 5px;}
.part1 .info .right .title{color:#333333;}
.part1 .info .right .bottom{padding-left:13.57%;position: relative;margin-top:12px;}
.part1 .info .right .desc{line-height: 30px;text-align: justify;padding-bottom: 2px;}
.part1 .info .right .line{position: absolute;width: 10%;height: 1px;background: #e70012;left:0;top:11px;}
.part1 .info .right .desc p{margin-bottom: 28px;}
.part1 .num-box{text-align: center;color:#333;}
.part1 .num-box li{border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding-top:18px;height: 168px;}
.part1 .num-box li:last-child{border-right:none;}
.part1 .num-box li p{line-height: 24px;}
.part1 .num-box .num{color:#e70012;line-height: 1;margin-bottom: 12px;}
.part1 .num-box .counter{font-family: Impact;}
.part1 .num-box1 li{border-bottom:none;padding-top:35px;}
.part1 .num-box1 .num{color:#14397f;}

.title-box .title{font-weight: bold;padding-left:42px;line-height: 28px;background-repeat: no-repeat;background-position: left center;background-size: auto 28px;letter-spacing: 1px;}
.title-box .title span{color:#e70012;}
.part-pro{background: url(../images/part2-bg.jpg) no-repeat center;background-size: cover;color:#fff;overflow: hidden;}
.part-pro .title-box .desc{text-align: right;}
.part-pro .title-box .desc p{padding-left:40px;position: relative;vertical-align: middle;}
.part-pro .title-box .desc p:before{content:'';height:1px;background: #fff;width:56px;display: inline-block;position: relative;top:-5px;margin-right:20px;}
.part-pro .title-box{margin-bottom: 70px;align-items: flex-start;}
.index-proSwiper .left{width:38.5%;float:left;text-align: center;overflow: hidden;}
.index-proSwiper .right{width:52.1%;float:right;position: relative;}
.index-proSwiper .left li{border-top:1px solid rgba(255,255,255,.26);margin-top:-1px;}
.index-proSwiper .left li:first-child{padding:33px 0;}
.index-proSwiper .left li:nth-child(2n){border-right:1px solid rgba(255,255,255,.26);}
.index-proSwiper .left .tab-item{padding:46px 0;transition: all .3s;cursor: pointer;}
.index-proSwiper .left .tab-item p{line-height: 1;}
.index-proSwiper .left .tab-item .line{height:2px;width:46px;background: #e70012;margin:15px auto 20px;}
.index-proSwiper .left .tab-item:hover,.index-proSwiper .left .tab-item.active{background: #0384d3;}
.index-proSwiper .left .tab-item .icon{width:50%;margin:0 auto;}
.index-proSwiper .right .detail{padding-top:20px;}
.index-proSwiper .right .detail .title{line-height: 1;letter-spacing: 2px;}
.index-proSwiper .right .detail .line{height: 2px;background: #e70012;width:60px;margin-left:6px;margin-top:20px;}
.index-proSwiper .right .detail .desc{line-height: 24px;margin-top:22px;height: 48px;}
.index-proSwiper .right .detail .img{background-repeat: no-repeat;background-size: cover;background-position: center;padding-bottom: 32.32%;margin-top:62px;}
.index-proSwiper .right .bottom{margin-top:58px;}
.index-proSwiper .right .more-btn{margin-top:50px;}
.index-proSwiper .swiper-btn-box{margin-top:10px;}
.index-proSwiper .swiper-btn-box .swiper-btn,.about-us .img-swiper .swiper-btn{float:right;margin: 0 0 0 10px;width:50px;height: 50px;position: relative;transform: none;top:auto;left:auto;right:auto;background: #fff;transition: all .3s;cursor: pointer;}
.index-proSwiper .swiper-btn-box .swiper-button-disabled,.about-us .img-swiper .swiper-btn.swiper-button-disabled{opacity: 0.3;}
.index-proSwiper .swiper-btn-box .swiper-btn span,.about-us .img-swiper .swiper-btn span{display: block;height: 100%;width:64%;background: url(../images/icon-next.png) no-repeat center;background-size: 100% auto;margin:0 auto;}
.index-proSwiper .swiper-btn-box .prev span,.about-us .img-swiper .prev span{background-image: url(../images/icon-prev.png);}
.index-proSwiper .swiper-btn-box .prev:hover span,.about-us .img-swiper .prev:hover span{background-image: url(../images/icon-prevon.png);}
.index-proSwiper .swiper-btn-box .next:hover span,.about-us .img-swiper .next:hover span{background-image: url(../images/icon-nexton.png);}
.index-proSwiper .swiper-btn-box .swiper-btn:hover,.about-us .img-swiper .swiper-btn:hover{background: #e70012;}

.part-advantage{padding:70px 0 45px;}
.part-advantage .left{width: 28.3333%;float:left;}
.part-advantage .right{width:71.6667%;padding-left:75px;padding-top:6px;position: relative;float:right;color:#999999;}
.part-advantage .left .img{width:74%;margin:60px auto 0;}
.part-advantage .right .line{position: absolute;left:0;width: 56px;height: 1px;background: #e70012;top:18px;}
.part-advantage .right .desc{line-height: 30px;text-align: justify;}
.part-advantage .right .desc p{margin-bottom: 30px;}
.part-advantage .right .list{text-align: center;}
.part-advantage .right .list p{line-height: 24px;margin-top:15px;}
.part-advantage .right .list .icon{transition: all .4s;}
.part-advantage .right .list li:hover .icon{transform: rotateY(180deg);}

.part-equipment{height: 620px;background-attachment: fixed;background-position: center;background-size: cover;background-repeat: no-repeat;color:#fff;text-align: center;overflow: hidden;}
.part-equipment .box{height: 100%;background: rgba(0,0,0,.4);padding-top:182px;}
.part-equipment .title{font-family: Impact;letter-spacing: 3px;line-height: 1;}
.part-equipment .line{height: 2px;width:56px;background: #e70012;margin:25px auto 0;}
.part-equipment .desc{font-family: 'syl';width:720px;max-width: 100%;text-align: center;line-height: 2;letter-spacing: 3px;margin:35px auto 0;position: relative;}
.part-equipment .desc:before,.part-equipment .desc:after{position: absolute;content:'';width:35px;height: 23px;background: url(../images/icon-yin.png) no-repeat center;background-size: 100% auto;}
.part-equipment .desc:before{right:100%;top:0;transform: translateX(-90%);}
.part-equipment .desc:after{left:100%;bottom:0;background-image: url(../images/icon-yin1.png);transform: translateX(50%);}

.part-news{padding:60px 0 70px;}
.part-news .title-box{margin-bottom: 50px;}
.part-news .left-list{width: 52.08%;float:left;}
.part-news .news-item{display: block;color:#999;border-bottom:1px solid #eaeaea;}
.part-news .news-item .tit{line-height: 1;margin-bottom: 14px;color:#333;}
.part-news .news-item .desc{line-height: 24px;height: 48px;font-size:14px;}
.part-news .news-item .date{font-family: Impact;margin-top:14px;line-height: 1;letter-spacing: 2px;}
.part-news .left-list .news-item{padding-bottom: 30px;margin-bottom: 42px;}
.part-news .left-list .news-item:last-child{margin-bottom: 0;}
.part-news .news-item:hover .tit{color:#e70012;}
.part-news .right{width: 38.5%;float:right;}
.part-news .right .news-item{padding-bottom: 17px;}
.part-news .right .news-item .desc{font-size:16px;letter-spacing: 1px;}
.part-news .right .news-item .img{height: 260px;overflow: hidden;margin-bottom: 30px;}
.part-news .right .news-item .date{margin-top:23px;}
.part-news .right .more-btn{margin-top:30px;}

.footer-box{font-size:14px;color:#666;background: url(../images/footer-bg.jpg) no-repeat top center;background-size: cover;}
.footer-box .copyright{border-top:1px solid rgba(0,0,0,.12);padding:8px 0;text-align: center;}
.footer-box .copyright .icon{width:30px;margin:0 7px;}
.footer-box .copyright div{margin:0 8px;padding-top:14px;letter-spacing: 1px;}
.footer-box .footer{padding:43px 0 30px;}
.footer-box .footer .left-box{float:left;width: 33.75%;}
.footer-box .footer .f-logo img{margin:0;}
.footer .info-box{padding-left:18px;margin-top:80px;}
.footer .info-box .code{float:left;width: 27.5%;padding:4px 5px;border:2px dashed rgba(246,246,246,.1);border-radius:4px;overflow: hidden;}
.footer .info-box .info{margin-left:27.5%;line-height: 26px;padding-left:16px;color: #333;}
.footer .right{float:right;width:63.3333%;}
.footer .right .tel{float:right;font-family: Impact;color:#333;padding-left:42px;background: url(../images/icon-tel.png) no-repeat left center;line-height: 33px;}
.footer .right .footer-nav{margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.12);float:right;width: 100%;}
.footer-nav li>a{color:#333;line-height: 1;margin-bottom: 26px;display: block;}
.footer-nav li>a b{font-weight: normal;}
.footer-nav .s-menu p{margin-bottom: 8px;}

.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:100%;height:100%;position:absolute;left:0;top:0;right:0;margin:auto;margin-top:0;background:#000;/* padding:30px;*/ box-sizing:border-box;}
.video-fixed .videoboxs .box {height: 100%;}
.video-fixed .cha {width:40px;height:40px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:40px;right:40px;cursor:pointer;}


@media (max-width: 1400px){
 .header-search{right: 30px;}
 .header-lang{right:-15px;}
 .header_box{padding-right:40px;}
 .header .header_logo{left:-15px;}
 .header .header_nav .nav_container>ul>li{margin-right:2%;}
 .video-fixed .cha{width:32px;}
}

@media (min-width: 1000px) and (max-width:1200px){
 .container{width:90%;}
}
@media (max-width: 1200px){
 .part{padding:110px 0;}
 .part-pro .title-box .desc{font-size:14px;}
 .index-proSwiper .left{width: 44%;}
 .part-news .right{width: 42%;}
 .header .header_nav .nav_container>ul>li{margin-right:1%;}
 .header .header_logo img{margin-right:12px;}
 .header .header_nav .nav_container>ul>li>.nav-item{padding-left:18px;padding-right:18px;}
}
@media (min-width: 767px) and (max-width:992px){
 .container{width:90%;}
}
@media (max-width:992px){
 .fs64{font-size: 56px;}
 .fs48{font-size: 40px;}
 .fs36{font-size: 32px;}
 .fs26{font-size: 22px;}
 .fs24{font-size: 20px;}
 .fs20{font-size: 18px;}
 .fs18{font-size: 16px;}
 .fs16{font-size: 15px;}
 .header-search{right: 100px;}
 .ibanner .video-box .video{width: 220px;}
 .part{padding:90px 0;}
 .part1 .info .left .bg{height: 300px;}
 .part1 .info .left{width: 40%;}
 .part1 .info .right{width: 53%;}
 .part1 .info .right .bottom{padding-left:13%;}
 .part1 .info .right .desc p{margin-bottom: 22px;}
 .part1 .num-box li{height: 150px;}
 .part1 .info{margin-bottom: 40px;}
 .part-pro .title-box{margin-bottom: 60px;}
 /*.index-proSwiper .left{width: 100%;}*/
 .index-proSwiper .left .tab-item{padding:32px 0;}
 .index-proSwiper .left .tab-item .icon{width: 40%;}
 .index-proSwiper .right .detail .img,.index-proSwiper .right .bottom{margin-top:45px;}
 .index-proSwiper .right .detail .desc{margin-top:16px;overflow: hidden;}
 .index-proSwiper .swiper-btn-box .swiper-btn{width: 42px;height: 42px;}
 .index-proSwiper .right .detail{padding-top:10px;}
 .part-advantage{padding-top:60px;}
 .part-advantage .right .desc{line-height: 28px;}
 .part-advantage .right .desc p{margin-bottom: 25px;}
 .part-advantage .right .list{font-size:14px;}
 .part-advantage .right{padding-left:55px;}
 .part-advantage .right .line{width: 40px;}
 .part-advantage .left .img{width: 90%;}
 .part-advantage .right .list .icon{max-width:50px;margin:0 auto;}
 .part-advantage .right .list p{line-height:20px;}
 .part-equipment{height: 450px;}
 .part-equipment .box{padding-top:120px;}
 .part-equipment .desc{width: 580px;margin:25px auto 0;letter-spacing: 2px;}
 .part-equipment .desc:before{transform: translateX(-50%)}
 .part-equipment .desc:after{transform: translateX(40%)}
 .part-equipment .desc:before, .part-equipment .desc:after{width: 30px;}
 .part-equipment .title{letter-spacing: 2px;}
 .part-news .left-list{width: 42%;}
 .part-news .right{width: 52%;}
 .part-news .title-box{margin-bottom: 40px;}
 .part-news .news-item .tit{font-size:16px;}
 .part-news .left-list .news-item{padding-bottom: 25px;margin-bottom: 30px;}
 .part-news .right .news-item .desc{font-size:15px;letter-spacing: 0;}
 .part-news .right .news-item .img{height: 225px;}
 .footer-box .footer .left-box,.footer .right{float:none;width: 100%;}
 .footer-box .footer .left-box .f-logo{float:left;width: 40%;}
 .footer-box .footer .left-box .info-box{float:right;width: 50%;margin-top:0;}
 .footer .right{margin-top:30px;}
 .footer-nav li>a{margin-bottom: 22px;}
 /*.footer-box .copyright{flex-wrap: wrap;}*/
 .footer-box .copyright div{padding:5px 0;font-size:12px;letter-spacing: 0;}

}
@media (max-width:767px){
 .fs64{font-size: 52px;}
 .fs48{font-size: 34px;}
 .fs36{font-size: 30px;}
 .part1 .info .left,.part1 .info .right{width: 100%;float:none;}
 .video-fixed .cha {width: 25px;height: 25px;}
 .header-search{right: 85px;}
 .header-lang{right:0;}
 .header-search form{width: 260px;}
 .mobile_key{margin-top:17px;}
 .header-blank, .header_box{height: 60px;overflow: hidden;}
 .header_box{padding-right:45px;}
 .header .header_logo{left:0;}
 .header .header_logo img{margin-right:10px;}
 .header .header_logo p{margin-top:6px;font-size:12px;letter-spacing: 1px;}
 .header .header_logo .name{letter-spacing: 0;font-size:15px;}
 .header .header_nav .nav-item .nav-icon{right:40px;}
 .ibanner .video-box .video{width: 180px;}
 .video-fixed .cha{top:25px;right:25px;}
 .part{padding:60px 0;}
 .part1 .info .left img{max-width: 100%;}
 .part1 .info .left .bg{height: 220px;}
 .part1 .info .right{margin-top:30px;}
 .part1 .num-box li{height: 130px;}
 .part1 .num-box li p{font-size:15px;line-height: 20px;}
 .part1 .info .left{padding-bottom: 0;}
 .part1 .info .left .video-box{position: unset;}
 .part1 .info .left .video-box .video:after{content: unset;}
 .part1 .info .right .bottom{padding-left: 0;}
 .part-pro .title-box .desc p:before{width: 40px;}
 .part-pro .title-box{display: block;margin-bottom: 40px;}
 .part-pro .title-box .desc{padding:15px 0 0;text-align: left;font-size:13px;}
 .part-pro .title-box .desc p{padding:0;}
 .index-proSwiper .left,.index-proSwiper .right{width: 100%;float:none;}
 .index-proSwiper .mobile-left{width:auto;margin-left:-15px;margin-right:-15px;}
 /*.index-proSwiper .mobile-left .swiper-container{width: 33.333%;margin:0 auto;overflow: visible;}*/
 .index-proSwiper .mobile-left li{margin:0;border-left:1px solid rgba(255,255,255,.26);border-right:none!important;border-bottom:1px solid rgba(255,255,255,.26);}
 .index-proSwiper .left .tab-item .icon{width: 52px;}
 .index-proSwiper .mobile-left .swiper-container{height:132px;}
 .index-proSwiper .mobile-left .logo img{max-width: 80%;}
 .index-proSwiper .mobile-left .tab-item{padding:16px 10px;}
 .index-proSwiper .left .tab-item .line{width: 36px;margin:12px auto 16px;}
 .index-proSwiper .right{margin-top:30px;}
 .index-proSwiper .right .more-btn{margin-top:40px;}
 .part-advantage .left,.part-advantage .right{float:none;width: 100%;}
 .part-advantage .left .img{margin:45px auto 0;width: 75%;}
 .part-advantage .right{margin-top:30px;padding-left:0;}
 .part-advantage .right .desc{font-size:14px;line-height: 26px;padding-left:50px;}
 .part-advantage .right .desc p{margin-bottom: 20px;}
 .part-advantage .right .list{flex-wrap: wrap;}
 .part-advantage .right .list li{width: 50%;margin-top:25px;}
 .part-advantage .right .list p{padding:0 10px;}
 .part-equipment .box{padding:0;display: flex;align-items: center;}
 .part-equipment .box>div{width: 100%;}
 .part-equipment .desc{font-size:16px;max-width: 95%;padding:0 26px;letter-spacing: 2px;}
 .part-equipment .desc:before, .part-equipment .desc:after{width: 22px;transform: none;}
 .part-equipment .desc:before{right:auto;left:0;}
 .part-equipment .desc:after{left:auto;right:0;}
 .part-news{padding:50px 0 60px;}
 .part-news .left-list,.part-news .right{width: 100%;float:none;}
 .part-news .right{margin-top:30px;}
 .part-news .right .more-btn{margin-top:25px;}
 .footer-box .footer .left-box .f-logo,.footer-box .footer .left-box .info-box{float:none;width: 100%;}
 .footer-box .footer .left-box .f-logo{width: 75%;margin:0 auto 30px;}
 .footer-box .footer{padding:20px 0 10px;}
 .footer .info-box{padding:0;}
 .footer .right .tel{float:left;line-height: 30px;background-size:auto 30px;padding-left:40px;}
 .footer .right .footer-nav .s-menu{display: none;}
 .footer .right .footer-nav ul{flex-wrap: wrap;text-align: center;}
 .footer .right .footer-nav ul li{width: 33.333%;}
 .footer .right .footer-nav{margin-top:18px;padding-top: 18px;}
 .footer-nav li>a{margin-bottom: 18px;}
 .footer-box .copyright{display: block;}
 .part-equipment .line{width: 48px;height: 1px;margin-top:20px;}

}


.inner-banner{position: relative;}
.inner-banner .item-mask{position: absolute;left:0;top:0;width: 100%;height:100%;text-align: center;color:#fff;}
.inner-banner .item-mask .title{letter-spacing: 1px;font-family: "黑体";}
.inner-banner .item-mask .subtit{margin-top:15px;letter-spacing: 1px;font-family: syl;}
.inner-banner .item-mask .line{width: 52px;height: 6px;background: #e70012;margin:54px auto 0;}

@media (min-width:767px){ 
.inner-wrapper .container{width:90%;max-width: 1530px;padding:0;}
}

.subcolumn-nav{background: #13387f;}
.subcolumn-nav .box{height: 100px;color:#fff;}
.subcolumn-nav .box .desc{text-align: right;letter-spacing: 1px;padding-left:15px;overflow: visible;}
.subcolumn-nav .box .desc .line{display: inline-block;width: 56px;height: 1px;background: #fff;margin-right:20px;position: relative;top:-5px;}

.inner-box{padding:100px 0;overflow: hidden;}
.subcolumn-navList{float:left;width:260px;}
.subcolumn-navList li{position: relative;color:#666666;border-bottom:1px solid #e0e0e0;}
.subcolumn-navList .item{padding:26px 20px 26px 28px;position: relative;}
.subcolumn-navList .item .arrow{width:9px;height: 17px;background: url(../images/icon-right.png) no-repeat center;display: block;margin-left:8px;background-size: 100% auto;}
.subcolumn-navList .item .en{font-size:12px;font-family: arial;margin-top:4px;line-height: 1;}
.subcolumn-navList .item .tit{line-height: 1;letter-spacing: 1px;}
.subcolumn-navList .item .icon{margin-right:16px;width: 44px;}
.subcolumn-navList .item .imgon,.subcolumn-navList .active .img,.subcolumn-navList li:hover .img{display: none;}
.subcolumn-navList .active,.subcolumn-navList li:hover{color:#e70012;}
.subcolumn-navList .active .imgon,.subcolumn-navList li:hover .imgon{display: block;}
.subcolumn-navList .active .arrow,.subcolumn-navList li:hover .arrow{background-image: url(../images/icon-righton.png);}
.inner-content{margin-left:260px;padding-left:11%;}
.porduct-box .pro-item{border:1px solid #e6e6e6;opacity: 0;transition: all .3s;}
.porduct-box .pro-img{position: relative;height: 424px;}
.porduct-box .product .left{width: 47.4%;float:left;}
.porduct-box .product .product-list>.swiper-wrapper>.swiper-slide{padding:1px;}
.porduct-box .product .right{width: 48%;float:right;}
.porduct-box .swiper-btn{position: relative;top:auto;left:auto;right:auto;margin:0;width:30px;height: 30px;text-align: center;color:#333333;margin-right:16px;border:1px solid #cccccc;line-height: 28px;font-weight: bold;transition: all .3s;}
.porduct-box .swiper-btn:after{font-size:14px;}
.porduct-box .swiper-btn:hover{color:#fff;background: #e70012;border-color:#e70012;}
.porduct-box .swiper-button-next{margin-right: 0;}
.porduct-box .swiper-pagination{position: relative;bottom:auto;color:#333;white-space: nowrap;}
.porduct-box .swiper-pagination-bullets-dynamic{font-size: 16px;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform: scale(1);}
.porduct-box .pro-item .swiper-btn-box{position: absolute;right:14px;bottom:20px;}
.porduct-box .pro-item .swiper-btn{float:right;}
.porduct-box .list-btn{width:100%;margin-top:19px;}
.porduct-box .list-btn .swiper-btn{margin-top:10px;}
.porduct-box .swiper-pagination-bullet{margin-top:10px;width:30px;line-height: 28px;height: 30px;text-align: center;border-radius: 0;border:1px solid #ccc;background: none;margin-right:16px;font-family: arial;opacity: 1;transition: all .3s;}
.porduct-box .swiper-pagination-bullet-active,.porduct-box .swiper-pagination-bullet:hover{color:#fff;background: #e70012;border-color:#e70012;}
.porduct-box .swiper-slide-active .pro-item{opacity: 1;}
.porduct-box .product-detail{display: none;}
.porduct-box .product-detail:first-child{display: block;}
.porduct-box .product-detail .top{padding-right:30px;position: relative;padding-top:7px;}
.porduct-box .product-detail .line{width:30px;height:1px;position: absolute;background: #e70012;right:0;top:15px;}
.porduct-box .product-detail .en{color:#999999;font-size:14px;margin-top:4px;}
.porduct-box .product-detail .description{color:#666666;text-align: justify;font-size:14px;line-height:1.72;margin-top:10px;}
.porduct-box .product-detail .con{margin-top:23px;}
.porduct-box .product-detail .detail{margin-bottom: 47px;}

@media (min-width:1200px){
 .subcolumn-navList .swiper-wrapper{display: block;}
 .subcolumn-navList li:first-child .item{padding-top:0;}
}
@media (max-width:1400px){
 .inner-content{padding-left:8%;}
 .porduct-box .swiper-pagination{font-size:15px;}
 .porduct-box .swiper-pagination-bullet,.porduct-box .swiper-btn{margin-right:12px;}
 .porduct-box .swiper-button-next{margin-right: 0;}
}
@media (max-width:1200px){
 .inner-content{padding-left:0;margin:40px 0 0;}
 .subcolumn-navList{float:none;width:100%;}
 .subcolumn-nav .box .desc{font-size:15px;}
 .inner-box{padding:10px 0 85px;}
 .subcolumn-navList{border-bottom:1px solid #e0e0e0;}
 .subcolumn-navList li{width: auto;min-width: 260px;border-bottom:none;}
 .subcolumn-navList .item .arrow{margin-left:15px;}

}
@media (max-width:992px){
 
 .subcolumn-nav .box{height: 80px;}
 .subcolumn-navList .item{padding-left:20px;}
 .inner-box{padding:10px 0 70px;}
 .subcolumn-nav .box .desc{font-size:14px;}
}
@media (max-width:767px){
 .porduct-box .product .left,.porduct-box .product .right{width:100%;float:none;}
 .porduct-box .product .right{margin-top:30px;}
 .inner-banner .slide-item-img{min-height: 320px;object-position: center;object-fit: cover;}
 .inner-banner .item-mask .title{font-size:28px;}
 .inner-banner .item-mask .subtit{font-size:16px;letter-spacing: 0;}
 .inner-banner .item-mask .line{width: 42px;height: 4px;margin:36px auto 0;}
 .subcolumn-nav .box{padding:16px 0;display: block;height:auto;}
 .subcolumn-nav .box .desc{font-size:13px;margin-top:15px;text-align: left;padding:0;}
 .subcolumn-nav .box .desc .line{width: 35px;margin-right:12px;}
 .subcolumn-navList .item .arrow{width: 7px;}
 .inner-box{padding:10px 0 60px;}
 .subcolumn-navList .item{padding:20px 15px 20px;}
 .subcolumn-navList .item .icon{width: 32px;margin-right:12px;}
 .subcolumn-navList .item .arrow{margin-left:12px;}
 .subcolumn-navList li{min-width: 220px;}
 .porduct-box .pro-img{height: auto;padding-bottom:81%;}
 .porduct-box .swiper-pagination-bullet, .porduct-box .list-btn .swiper-btn{margin-right:10px;}
 .porduct-box .swiper-button-next{margin-right: 0 !important;}
 .porduct-box .swiper-pagination-bullet{font-size:14px;}
 .porduct-box .pro-item .swiper-btn-box{right:10px;}
}
@media (max-width:500px){
 .subcolumn-navList .item{padding:20px 10px 20px 5px;}
 .subcolumn-navList li{/*min-width: 220px;*/min-width: 50%;}
}


.about-box{}
.about-box .title-box .title{padding-left:50px;}
.about-us .top .en{line-height: 24px;font-family: arial;color:#333333;}
.about-us .top .title{margin-top:13px;letter-spacing:1px;line-height: 1;}
.about-us .top img{max-height: 90px;}
.about-us .desc{text-transform: uppercase;line-height: 1.12;margin-top:30px;}
.about-us .desc p{margin-bottom: 15px;}
.about-us .desc .en .l{width: 230px;margin-right:27px;line-height: 18px;}
.about-us .desc .en .line{width: 100%;height: 1px;background: #f0f0f0;margin-top:9px;}
/*.about-us .desc .tit{margin-top:15px;}*/
.about-us .description,.about-us .philosophy{margin-top:55px;font-size:14px;color:#999999;line-height: 30px;}
.about-us .description p,.about-us .philosophy p{min-height: 30px;}
.about-us .img-swiper{margin-top:80px;position: relative;}
.about-us .img-swiper .swiper-slide{width:auto;overflow: hidden;}
.about-us .img-swiper .swiper-container{height: 300px;}
.about-us .img-swiper .img,.about-us .img-swiper .img img{height: 100%;}
.about-us .img-swiper .swiper-btn-box{position: absolute;right:20px;bottom:20px;z-index:10;}
.about-us .philosophy{margin-top:12px;}
.philosophy-list{margin-top:65px;text-align: center;color:#999999;}
.philosophy-list .icon{width: 56px;margin:0 auto 10px;}
.philosophy-list .icon:hover{transform: rotateY(180deg);}

.honor-list{margin-top:30px;overflow:hidden;}
.honor-list .list li{position: relative;margin-top: 25px;padding:0 12px 25px;}
.honor-list .list li .line{height: 19px;background: #eee;position: absolute;left:0;width: 100%;bottom:0;border-bottom:1px solid #cdcdcd;}
.honor-list .list li:after{content:'';}
.honor-list .row{margin-left:-12px;margin-right:-12px;}

.history-swiper{height:280px;position: relative;}
.history-swiper .line{top:50%;height:1px;width: 100%;position: absolute;left:0;background: #e1e1e1;}
.history-swiper .swiper-container,.history-swiper .item{height: 100%;}
.history-swiper .swiper-slide,.history-swiper .item{width: 265px;}
.history-swiper .item{padding-left:10px;}
.history-swiper .item-half{height: 50%;position: relative;padding:26px 0 26px 10px;}
.history-swiper .item-con{max-width: 250px;background: #fff;box-shadow: 0 10px 5px rgba(34,24,21,.1);padding:10px 11px 10px 12px;position: relative;}
.history-swiper .item-top{align-items: flex-end;}
.history-swiper .item-bottom{align-items: flex-start;}
.history-swiper .item-tit .year{color:#e70012;}
.history-swiper .item-desc{margin-top:3px;}
/*.history-swiper .tri{position: absolute;width:13px;height:18px;top:100%;left:-6px;background: url(../images/tri-shad.png) no-repeat center;}*/
.history-swiper .tri{position: absolute;width:0;height:0;border:12px solid transparent;border-left:16px solid #fff;left:0;bottom:-6px;}
.history-swiper .item-bottom .tri{bottom:auto;top:-6px;display: none;}
.history-swiper .item .radius{width:24px;height: 24px;border-radius:100%;overflow: hidden;background: rgba(231,0,18,.3);padding:5px;box-shadow: 0 4px 10px 0 rgba(231,0,18,.3);position: absolute;left:10px;top:50%;margin-top:-12px;}
.history-swiper .item .radius span{display: block;height: 100%;border-radius:100%;overflow: hidden;background: #e54327;}
.history-swiper .swiper-slide:nth-child(2){width:80px;}
.history-swiper .swiper-slide:nth-child(3) .item{width:270px;}
.history-swiper .swiper-slide:nth-child(4){width:220px;}

@media (max-width:1400px){
 .history-swiper .swiper-slide, .history-swiper .item{width: 250px;}
 .history-swiper .item-desc{font-size:15px;}
}
@media (max-width:992px){
 .honor-list .row{margin-left:-8px;margin-right:-8px;}
 .honor-list .list li{padding-left:8px;padding-right:8px;}
}
@media (max-width:767px){
 .about-us .desc{margin-top:30px;}
 .about-us .description{margin-top:45px;}
 .about-us .img-swiper{margin-top:65px;}
 .about-us .img-swiper .swiper-container{height: 250px;}
 .about-us .img-swiper .swiper-btn{width: 40px;height: 40px;}
 .history-swiper .item-desc{font-size:14px;}
 .history-swiper .swiper-slide, .history-swiper .item{width: 240px;}
 .philosophy-list .icon{width: 40px;}
 .philosophy-list li{padding:0 8px;}
 .philosophy-list{margin-top:50px;}
 .honor-list .list li{margin-top:20px;}
 .subcolumn-navList .item .tit{font-size:16px;font-weight: bold;}
}

.partner-item .item-en{line-height: 1;text-transform: uppercase;font-weight: bold;}
.partner-item .item-title{font-weight: bold;margin-top:14px;}
.partner-item .list{margin-top:55px;}
.partner-item{margin-bottom: 100px;}
.partner-item:last-child{margin:0;}
.partner-item .list li{float:left;width:25%;border:1px solid #eeeeee;margin-left:-1px;margin-top:-1px;overflow: hidden;}
@media (max-width:767px){
 .partner-item .list li{width: 50%;}
 .partner-item .list{margin-top:40px;}
 .partner-item{margin-bottom: 80px;}
 .partner-item .item-title{margin-top:10px;}
}
.partner-item .list img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);transition: all .5s; filter: unset;}
.partner-item .list li:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);transform: scale(1.04);}

.environment li{margin-bottom: 30px;}
.environment li:last-child{margin-bottom: 0;}
.environment .img{position: relative;padding-bottom:38.38%;overflow: hidden;}
.environment .img img{position: absolute;left:0;top:0;}
.environment-box{padding-bottom: 70px;}
@media (max-width:992px){
 .environment-box{padding-bottom: 60px;}
 .environment li{margin-bottom: 20px;}
}

.news-list .list li{margin-bottom: 32px;}
.news-list .list .news-item{color:#999;line-height: 18px;padding:20px 30px;border:1px solid #e6e6e6;display: block;overflow: hidden;}
.news-list .list .news-item .num{font-family: arial;font-weight: bold;color:#e70012;border-right:1px solid #c0c0c0;margin-right:20px;float:left;width:43px;}
.news-list .list .news-item .right{margin-left:63px;}
.news-list .list .news-item .tit{color:#333;}
.news-list .list .news-item .date,.news-list .list .news-item .view{margin-left:20px;}
.news-list .list .news-item .view span{display: inline-block;min-width: 38px;text-align: right;}
.news-list .list .news-item:hover,.news-list .list .news-item:hover .tit{color:#e70012;}

.pages{margin-top:60px;}
.pages .qilin_pager a{float:left;min-width: 30px;height: 30px;text-align: center;line-height: 28px;border:1px solid #cccccc;margin-right:16px;font-family: arial;color:#333;overflow: hidden;}
.pages .qilin_pager a.PreA,.pages .qilin_pager a.NextA{font-size:0;background: url(../images/prev.png) no-repeat center;background-size: 22px auto;}
.pages .qilin_pager a.NextA{background-image: url(../images/next.png);}
.pages .qilin_pager a.Ahover{background: #e70012;color:#fff;border-color:#e70012;}
@media (max-width:992px){
 .news-list .list .news-item{padding:18px 20px;}
 .news-list .list .news-item .date, .news-list .list .news-item .view{font-size:14px;margin-left:15px;}
 .news-list .list .news-item .view span{min-width: 30px;}
 .news-list .list li{margin-bottom: 25px;}
 .pages{margin-top:50px;}
}
@media (max-width:767px){
 .title-box .title{padding-left:34px;background-size: auto 22px;}
 .news-list .list .news-item .right{display: block;overflow: hidden;margin-left:50px;}
 .news-list .list .news-item .tit{width: 100%;float:left;}
 .news-list .list .news-item .date, .news-list .list .news-item .view{font-size:12px;margin:10px 0 0;line-height: 12px;}
 .news-list .list .news-item .date{float:left;}
 .news-list .list .news-item .view{float:right;}
 .news-list .list .news-item .num{width:35px;margin-right:15px;}
 .news-list .list .news-item .view span{min-width: auto;}
 .news-list .list .news-item{padding:16px 15px;}
 .news-list .list li{margin-bottom: 20px;}
 .pages .qilin_pager a{margin-right:10px;font-size:13px;}
 .pages{margin-top:40px;}
}

.news-detail .bottom-box{margin-top:30px;}
.news-detail .bottom-box a,.news-detail .top .prev-btn{display: block;width:30px;height: 30px;border:1px solid #cccccc;float:left;margin-right:17px;transition: all .3s;}
.news-detail .bottom-box a i,.news-detail .top .prev-btn i{display: block;width: 100%;height: 100%;background: url(../images/prev.png) no-repeat center;background-size: 22px auto;}
.news-detail .bottom-box .next i{background-image: url(../images/next.png);}
.news-detail .bottom-box .prev:hover i,.news-detail .top .prev-btn i{background-image: url(../images/prevon.png);}
.news-detail .bottom-box .next:hover i{background-image: url(../images/nexton.png);}
.news-detail .bottom-box a:hover,.news-detail .top .prev-btn{background: #e70012;border-color:#e70012;}
.news-detail .top{padding-left:20px;color:#999999;font-size:16px;line-height: 20px;position: relative;}
.news-detail .top .tips{margin-left:20px;}
.news-detail .top .title{color:#333;}
.news-detail .top .prev-btn{position: absolute;margin-right:20px;right:100%;}
.news-detail .detail{margin-top:20px;line-height: 1.5;}
.news-detail .detail img{max-width:100%;font-size:0;display: block;margin-bottom: 29px;}
.news-detail .detail p{padding:16px 30px;background: #f0f0f0;}

@media (max-width:992px){
 .news-detail .top .tips{font-size:13px;margin-left:15px;}
 .news-detail .detail p{padding:12px 22px;}
 .news-detail .detail img{margin-bottom: 20px;}
}
@media (max-width:767px){
 .news-detail .top{display: block;overflow: hidden;padding-left:45px;}
 .news-detail .top .title{float:left;width: 100%;}
 .news-detail .top .tips{float:left;margin:5px 15px 0 0;font-size:12px;}
 .news-detail .top .prev-btn{right:auto;left:0;margin:0;}
 .news-detail .detail img{margin-bottom: 15px;}
 .news-detail .detail p{padding:10px 15px;}
}

.technology-box .title{padding-bottom: 30px;border-bottom:1px solid #e0e0e0;}
.technology-box .title .tit{line-height: 1;color:#333;}
.technology-box .title .en{line-height: 1;color:#999;margin-top:10px;}
.technology-box .technology-p1{padding:100px 0 25px;}
.technology-p1 .list{width: 100%;margin:45px 0;overflow: hidden;}
.technology-p1 .list li{width: 30%; float: left; margin: 20px 5% 20px 0; border: 1px solid #f0f0f0; background-color: #fafafa; background-position: 8px 16px; background-repeat: no-repeat; background-size: 40%;}
.technology-p1 .list li:nth-of-type(3n){margin-right: 0;}
.technology-p1 .list li:nth-of-type(1){background-image: url(../images/technology-iconbg1.png);}
.technology-p1 .list li:nth-of-type(2){background-image: url(../images/technology-iconbg2.png);}
.technology-p1 .list li:nth-of-type(3){background-image: url(../images/technology-iconbg3.png);}
.technology-p1 .list li:nth-of-type(4){background-image: url(../images/technology-iconbg4.png);}
.technology-p1 .list li:nth-of-type(5){background-image: url(../images/technology-iconbg5.png);}
.technology-p1 .list li:nth-of-type(6){background-image: url(../images/technology-iconbg6.png);}
.technology-p1 .list .item{padding:40px 5% 40px 18%;}
.technology-p1 .list .item .icon{height:54px;margin-right:20px;}
.technology-p1 .list .item .icon img{height: 100%;}
.technology-p1 .list .item .en{color:#999;font-size:12px;font-family: arial;margin-top:6px;}

.technology-p2{background: #0c3680;color:#e54730;padding:50px 0 20px;}
.technology-p2 .box{background: url(../images/map-bg.png) no-repeat center;background-size: auto 100%;}
.technology-p2 .title{border-bottom:1px solid #255cbe;}
.technology-p2 .title .tit,.technology-p2 .title .en{color:#fff;}

.technology-p3{padding:30px 0 60px;}
.technology-p3 .form{width: 840px;margin:50px auto 0;max-width: 100%;}
.technology-p3 .form .row{margin-left:-25px;margin-right:-25px;}
.technology-p3 .form .form-item{float:left;width: 50%;padding:0 25px;margin-bottom: 25px;}
.technology-p3 .form .form-item .item-value{display: block;padding:13px 15px;line-height: 26px;height:54px;border:1px solid #eeeeee;width:100%;margin-top:20px;outline: none;}
.technology-p3 .form .form-item textarea.item-value{height: 292px;resize: none;}
.technology-p3 .form .form-item:nth-child(2){float:right;}
.technology-p3 .form .btn-box{width: 50%;margin-left:auto;padding-left:25px;}
.technology-p3 .form .submit-btn{width: 100%;display: block;line-height: 56px;color:#fff;background: #13387f;text-align: center;border:none;letter-spacing: 1px;}
.technology-p3 .form .item-label{overflow: hidden;color:#999;line-height: 18px;}
.technology-p3 .form .item-label span{float:left;margin-right:10px;background: url(../images/icon-user.png) no-repeat left center;background-size: auto 18px;line-height: 18px;height:18px;width:16px;}
.technology-p3 .form .form-item:nth-child(2) .item-label span{background-image: url(../images/icon-edit.png);}
.technology-p3 .form .form-item:nth-child(3) .item-label span{background-image: url(../images/icon-mail.png);width:21px;}
.technology-p3 .form .form-item:nth-child(4) .item-label span{background-image: url(../images/icon-mobile.png);}

.map_new{height:620px;}
.technology-p2 .map-box{margin-top:40px;}
.technology-map{display: inline-block;position: relative;text-align: center;max-width: 100%;}
.technology-map .item-addr{position: absolute;color:#e54730;font-size:14px;line-height: 10px;}
.technology-map .item-addr .c{position: absolute;left:-5px;top:50%;margin-top:-5px;white-space: nowrap;display: flex;align-items: flex-start;}
.technology-map .item-addr span{float:left;margin-right:14px;position: relative;}
.technology-map .item-addr span i{width: 10px;height: 10px;border-radius:100%;overflow:hidden;display: block;position: relative;z-index:10;background:#e54730;}
.technology-map .item-addr span:after{display:block;-webkit-animation: wateranimate 2.4s ease-out infinite;animation: wateranimate 2.4s ease-out infinite;position: absolute;left:50%;margin-left:-5px;top:50%;margin-top:-5px;border-radius:100%;position: absolute;content:'';width: 10px;height: 10px;background: #e54730;opacity: 0.3;}
@-webkit-keyframes wateranimate {
 0% {
 -webkit-transform: scale(1);
 }
 50% {
 -webkit-transform: scale(2);
 }
 100% {
 -webkit-transform: scale(1);
 }
}
@keyframes wateranimate {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
 50% {
 -webkit-transform: scale(2);
 transform: scale(2);
 }
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}
.technology-map .addr1{top:42.24%;left:69.17%;}
.technology-map .addr1 span{margin-right:11px;}
.technology-map .addr2{top:45.03%;left:70.79%;}
.technology-map .addr2 span{margin-right:6px;}
.technology-map .addr2 text{float:left;margin-top:6px;}
.technology-map .addr3{top:56.68%;left:73.9%;}
.technology-map .addr3 span{margin-right:7px;}
.technology-map .addr4{top:59%;left:72.63%;}
.technology-map .addr5{top:61.8%;left:74.36%;}
.technology-map .addr6{top:64.44%;left:75.87%;}
.technology-map .addr7{top:66.77%;left:77.71%;}
.technology-map .addr8{top:64.75%;right:26.56%;}
.technology-map .addr8 .c{flex-direction: row-reverse;left:auto;right:0;margin-left:0;margin-right:-5px;}
.technology-map .addr8 span{float:right;margin:0 0 0 6px;}
.technology-map .addr9{bottom:22.05%;left:73.79%;}
.technology-map .addr9 span{margin-right:9px;}
.technology-map .addr10{bottom:23.6%;left:63.16%;}
.technology-map .addr10 span{margin-right:9px;}
.technology-map .addr11{bottom:13.35%;left:65.94%;}
.technology-map .addr11 span{margin-right:8px;}
.technology-map .addr12{bottom:31.21%;left:55.54%;}
.technology-map .addr12 span{margin-right:9px;}
.technology-map .addr13{bottom:29.97%;left:48.04%;}
.technology-map .addr13 span{margin-right:8px;}
.technology-map .item-addr:nth-child(4n+1) span:after{animation-delay: 0.1s;}
.technology-map .item-addr:nth-child(4n+2) span:after{animation-delay: 0.3s;}
.technology-map .item-addr:nth-child(4n+3) span:after{animation-delay: 0.5s;}
.technology-map .item-addr:nth-child(4n+4) span:after{animation-delay: 0.7s;}

@media (max-width:1480px){
	.technology-p1 .list{margin: 30px 0;}
	.technology-p1 .list .item{padding: 30px 5% 30px 15%;}
	.technology-p1 .list .item .icon{height: 50px;}
}

@media (max-width:992px){
 .technology-p3 .form .form-item{padding:0 20px;}
 .technology-p3 .form .row{margin-left:-20px;margin-right: -20px;}
 .technology-p3 .form .btn-box{padding-left:20px;}
 .technology-box .technology-p1{padding-top:85px;}
 .technology-box .title{padding-bottom: 25px;}
 .technology-map .addr3{font-size:12px;}
 .technology-map .item-addr span i,.technology-map .item-addr span:after{width:8px;height: 8px;}
 .technology-map .item-addr .c{left:-4px;margin-left:-4px;line-height: 8px;}
 .technology-map .addr8 .c{margin-right:-4px;margin-left:0;}
 .technology-map .item-addr span:after{margin-left:-4px;margin-top:-4px;}
 .technology-map .item-addr{font-size:12px;}
 .technology-p3 .form .form-item .item-value{margin-top:16px;}
 .technology-p3 .form .form-item textarea.item-value{height: 280px;}
}

@media (max-width:767px){
 .technology-box .technology-p1{padding-top:50px;}
 .technology-box .title{padding-bottom: 20px;}
 .technology-p1 .list{margin:20px 0;}
 .technology-p1 .list li{width: 100%; margin: 10px 0;}
 .technology-p1 .list .item{padding:25px 15px 25px 25px;}
 .technology-p2{padding-top:35px;}
 .technology-p2 .map-box{margin-top:35px;}
 .technology-map .item-addr .c{transform: scale(0.65);transform-origin: left center;}
 .technology-p3 .form .form-item{float:none!important;width: 100%;padding:0;}
 .technology-p3 .form .row{margin:0;}
 .technology-p3 .form .form-item .item-value{padding:10px 15px;line-height: 20px;height: 42px;}
 .technology-p3 .form .form-item textarea.item-value{height: 160px;}
 .technology-p3 .form .btn-box{padding-left:0;}
 .technology-p3 .form .submit-btn{line-height: 46px;font-size:16px;}
}

.contact-box{padding:140px 0 60px;}
.contact-box .job-list .list{margin-top:60px;margin-left:-20px;margin-right:-20px;}
.contact-box .job-list .list li{padding:0 20px;margin-bottom: 40px;}
.contact-box .job-list .job-item{display: block;border:1px solid #eeeeee;color:#999;padding:40px 30px 37px;}
.contact-box .job-item h2{line-height: 1;color:#333333;position: relative;padding-right: 120px;font-family: "黑体"}
.contact-box .job-item .i-date{color:#999;font-weight: normal;font-size:18px;position: absolute;right:0;top:50%;margin-top:-9px;font-family: arial;}
.contact-box .job-item .i-desc{line-height: 1.5;height: 54px;margin-top:22px;}
.contact-box .job-item:hover{border-color:#e70012;}
.contact-box .job-item:hover h2{color:#e70012;}
.contact-box .contact .box{margin:30px 0 100px;}
.contact-box .contact .box .left{padding-top:30px;width:37%;float:left;color:#999999;padding-right:20px;}
.contact-box .contact .box .right{width: 63%;float:right;}
.contact-box .contact .box .map{overflow: hidden;}
.contact-box .contact .box #allmap{height: 427px;overflow: hidden;position: relative;}
/*.contact-box .contact .box #allmap img{height: 100%;display: block;position: absolute;top:0;left:50%;transform: translateX(-50%);}*/
.contact-box .contact .left .p1{font-size:14px;line-height: 18px;text-transform: uppercase;}
.contact-box .contact .left .p2{color:#333;line-height: 25px;margin-top: 13px;}
.contact-box .contact .left .info{margin-top:52px;}
.contact-box .contact .left .info>div{padding-left:24px;background: url('') no-repeat left top;line-height: 18px;background-size: auto 18px;margin-top:10px;}
.contact-box .contact .left .info .icon-tel{background-image: url(../images/info-icon1.png);}
.contact-box .contact .left .info .icon-fax{background-image: url(../images/info-icon2.png);}
.contact-box .contact .left .info .icon-mail{background-image: url(../images/info-icon3.png);}
.contact-box .contact .left .info .icon-net{background-image: url(../images/info-icon4.png);}
.contact-box .contact .left .info .icon-addr{background-image: url(../images/info-icon5.png);}
.contact-box .contact .left .code{margin-top:28px;max-width: 92px;}
.contact-box .contact .left .code img{margin:0;}

@media (max-width:1400px){
 .contact-box{padding-top:100px;}
 .contact-box .contact .box .left{width: 45%;}
 .contact-box .contact .box .right{width: 55%;}
 .contact-box .job-item .i-date{font-size:20px;margin-top:-10px;}
 .contact-box .job-list .job-item{padding:32px 25px;}
 .contact-box .job-item h2{font-size:24px;}
 .contact-box .job-item .i-desc{font-size:16px;height: 48px;}
 .contact-box .job-list .list{margin:50px -15px 0;}
 .contact-box .job-list .list li{padding:0 15px;margin-bottom: 30px;}
 .contact-box .contact .left .info{margin-top:40px;}
 .contact-box .contact .box .left{padding-top:20px;}
}
@media (max-width:992px){
 .contact-box{padding-top:80px;}
 .contact-box .contact .box .left,.contact-box .contact .box .right{width:100%;float:none;}
 .contact-box .contact .box .left{padding:0 0 30px;}
 .contact-box .contact .box{margin-bottom: 70px;}
 .contact-box .job-list .list{margin-top:40px;}
 .contact-box .job-list .job-item{padding:26px 20px;}
 .contact-box .job-item .i-date{font-size:16px;margin-top:-8px;}
 .contact-box .job-item h2{font-size:20px;padding-right:90px;}
 .contact-box .job-item .i-desc{font-size:15px;margin-top:15px;height: 45px;}
}
@media (max-width:767px){
 .contact-box{padding-top:60px;}
 .contact-box .contact .left .info{margin-top:35px;}
 .contact-box .contact .box #allmap{height: 300px;}
 .contact-box .job-list .list{margin:35px 0 0;}
 .contact-box .job-list .list li{padding:0;margin-bottom: 20px;}
 .contact-box .job-list .job-item{padding:20px 16px;}
 .contact-box .job-item h2{font-family: "微软雅黑",arial;font-size:17px;padding-right:80px;}
 .contact-box .job-item .i-date{font-size:14px;margin-top:-7px;}
 .contact-box .job-item .i-desc{font-size:14px;height: auto;}
}

.contact-box .job-detail{position: relative; display: none;}
.contact-box .job-detail .top .prev-btn{margin-right:3.9%;width:44px;height: 44px;background: #e70012;}
.contact-box .job-detail .top .prev-btn i{display: block;width:100%;height: 100%;background: url(../images/prevon.png) no-repeat center;background-size: 36px auto;}
.contact-box .job-detail .top .date{color:#999999;font-size:18px;margin-left:15px;}
.contact-box .job-detail .detail{background: #f0f0f0;color:#333;padding:25px 4.87% 40px;line-height: 2.2;}
.contact-box .job-detail .description{position: relative;margin-bottom: 45px;}
.contact-box .job-detail .delivery-btn{position: absolute;z-index:10;bottom:10px;right:0;line-height: 57px;border:1px solid #e70012;color:#e70012;text-align: center;font-weight: bold;padding:0 17px;cursor: pointer;min-width: 156px;}
.contact-box .job-detail .delivery-btn span{display: block;padding-right:40px;background: url(../images/arrow1.png) no-repeat right center;background-size: 29px auto;}
@media (max-width:992px){
 .contact-box .job-detail .top .date{font-size:16px;}
 .contact-box .job-detail .top .prev-btn{margin-right:3%;}
 .contact-box .job-detail .delivery-btn{line-height: 50px;min-width: auto;}
}
@media (max-width:767px){
 .contact-box .job-detail .top{display: block;display: -ms-block;position: relative;padding-left:50px;}
 .contact-box .job-detail .top .prev-btn{position: absolute;left:0;top:0;width: 36px;height: 36px;}
 .contact-box .job-detail .top .prev-btn i{background-size: 30px auto;}
 .contact-box .job-detail .top .date{font-size:14px;margin:10px 0 0;}
 .contact-box .job-detail .detail{padding:16px 20px;font-size:15px;}
 .contact-box .job-detail .delivery-btn{line-height: 42px;padding:0 12px;}
 .contact-box .job-detail .delivery-btn span{padding-right: 34px;background-size: 30px auto;}
}


.modal {position:fixed;z-index:1700;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;outline:0;background: rgba(0,0,0,.2);}
.modal.fade .modal-dialog {-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.in .modal-dialog {-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal {overflow-x:hidden;overflow-y:auto}
.modal-dialog {position:relative;width:auto;margin:10px}
.modal-content {position:relative;border:1px solid transparent;border-radius:.286rem;outline:0;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.2);box-shadow:0 2px 12px rgba(0,0,0,.2);border:none}
.modal-backdrop {position:fixed;z-index:1600;top:0;right:0;bottom:0;left:0;background-color:#000}
.modal-backdrop.fade {opacity:0}
.modal-backdrop.in {opacity:.5}
.modal-header {padding:15px 20px;border-bottom:1px solid #e4eaec;border-bottom:none}
.modal-header::after {display:table;clear:both;content:''}
.modal-header .close {margin-top:-2px;margin-top:1px;color:#fff;opacity: 1;}
.modal-title {line-height:1.571429;margin:0}
.modal-body {position:relative;padding:20px}
.modal-footer {padding:20px;text-align:right;border-top:1px solid #e4eaec;padding:6px 20px 20px;border-top:none}
.modal-footer::after {display:table;clear:both;content:''}
.modal-scrollbar-measure {position:absolute;top:-9999px;overflow:scroll;width:50px;height:50px}
@media (min-width:480px) {.modal-dialog {max-width:600px;margin:30px auto;margin:30px}
.modal-content {-webkit-box-shadow:0 2px 12px rgba(0,0,0,.2);box-shadow:0 2px 12px rgba(0,0,0,.2)}
.modal-sm {max-width:300px}
}
@media (min-width:992px) {.modal-lg {max-width:900px}
}

@media (min-width:768px) {.modal-dialog {width:auto;margin:30px auto}
.modal-sm {width:300px}
}

.modal-header{background: #e70012;color:#fff;}
.job-list .modal .btn{outline: none;}
.job-list .modal .btn-primary{border-color: #e70012; background-color: #e70012;}


.ziyemian{
 padding: 100px 0;
 overflow: hidden;
}

.ziyemian .pro_div {
 display: flex;
 justify-content: space-between;
}

.ziyemian .pro_div>div:nth-child(1) {
 width: 28%;
 position: relative;
 background: #fff;
}

.ziyemian .pro_div>div:nth-child(1)::before {
 content: '';
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 width: 2px;
 background: #e0e0e0;
}

.ziyemian .pro_div .pro_chos .pro_ul {
 width: 80%;
}

.ziyemian .pro_div .pro_chos .pro_ul .yijidesc {
 border-bottom: 2px solid #e0e0e0;
 font-size: 20px;
 font-weight: bold;
 line-height: 80px;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc {
 font-size: 16px;
 color: #6c6c6c;
 line-height: 60px;
 border-bottom: 2px solid #e0e0e0;
 
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesct {
 border-bottom: 2px solid #e0e0e0;
 font-size: 20px;
 font-weight: bold;
 line-height: 80px;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc span{
 /* white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden; */
 line-height: 30px;
 padding: 15px 0;
}

@media(max-width: 768px){
 .ziyemian .pro_div .pro_chos .pro_ul .erjidesc span{
 line-height: 20px;
 padding: 10px 0;
 }
}

.ziyemian .pro_div .pro_chos .pro_ul .yijidesc a {
 color: #333333;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc a {
 color: #6c6c6c;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesct a {
 color: #333333;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesc a.cur{
 color: #e70012;
}

.ziyemian .pro_div .pro_chos .pro_ul a:hover {
 color: #e70012;
}


.ziyemian .pro_div .pro_chos .pro_ul a {
 display: flex;
 justify-content: space-between;
}

.ziyemian .pro_div .pro_chos .pro_ul a i {
 width: 14px;
 display: inline;
 position: relative;
}

.ziyemian .pro_div .pro_chos .pro_ul a i::before{
 content: "";
 width: 14px;
 height: 2px;
 background: #e70012;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

.ziyemian .pro_div .pro_chos .pro_ul a i::after{
 content: "";
 width: 2px;
 height: 14px;
 background: #e70012;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

.ziyemian .pro_div .pro_chos .pro_ul .up a i::after, .ziyemian .pro_div .pro_chos .pro_ul .active a i::after{
 content: unset;
}

.ziyemian .pro_div .pro_chos .pro_ul .active .down a i::after{
 content: "";
}

.ziyemian .pro_div .pro_chos .pro_ul a em {
 width: 14px;
 display: inline;
 position: relative;
}

.ziyemian .pro_div .pro_chos .pro_ul a em::before{
 content: "";
 width: 14px;
 height: 2px;
 background: #e70012;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

.ziyemian .pro_div .pro_chos .pro_ul a em::after{
 content: "";
 width: 2px;
 height: 14px;
 background: #e70012;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

.ziyemian .pro_div .pro_chos .pro_ul .up a em::after, .ziyemian .pro_div .pro_chos .pro_ul .cur a em::after{
 content: unset;
}

.ziyemian .pro_div .pro_chos .pro_ul .cur.down a em::after{
 content: "";
}

.ziyemian .pro_div .pro_chos .pro_ul .youzi a i {
 display: inline;
}

.ziyemian .pro_div .pro_chos .pro_ul .yijihid {
 padding-left: 40px;
 display: none;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjihid {
 padding-left: 50px;
 display: none;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjihid.cur {
 display: block;
}

.ziyemian .pro_div .pro_chos .pro_ul .active .yijidesc a{
 color: #e70012;
}

.ziyemian .pro_div .pro_chos .pro_ul .active .yijihid{
 display: block;
}

.ziyemian .pro_div .pro_chos .pro_ul .erjidesct.cur a{
 color: #e70012;
}

.ziyemian .pro_div>div:nth-child(2) {
 width: 66%;
}

.ziyemian .pro_div .pro_desc .desc_title {
 font-size: 32px;
 font-weight: bold;
 line-height: 1.2;
 color: #333333;
}

.ziyemian .pro_div .pro_desc .desc_desc {
 font-size: 16px;
 line-height: 24px;
 color: #333;
 padding: 25px 0 0;
}

.ziyemian .pro_div .pro_desc .desc_sbys {
 padding: 30px 0 60px;
 position: relative;
}

.ziyemian .pro_div .pro_desc .desc_sbys::after{
 content: "";
 width: 1920px;
 height: 100%;
 background: #fafbfc;
 position: absolute;
 left: -100px;
 top: 0;
 z-index: -1;
}

.ziyemian .pro_div .pro_desc .desc_sbys .sbys_title {
 font-size: 24px;
 line-height: 1;
 color: #e70012;
 padding-bottom: 30px;
}

.ziyemian .pro_div .desc_sbys ul {
 display: flex;
 flex-wrap: wrap;
}

.ziyemian .pro_div .desc_sbys ul li {
 width: 32%;
 margin-right: 2%;
 margin-bottom: 2%;
}

.ziyemian .pro_div .desc_sbys ul li:nth-of-type(3n){
 margin-right: 0;
}

.ziyemian .pro_div .desc_sbys ul li>div {
 background: #FFFFFF;
 padding: 30px 25px;
 border: 1px solid #f2f2f2;
}

.ziyemian .pro_div .desc_sbys ul li>div.hid {
 display: none;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) {
 font-size: 18px;
 line-height: 20px;
 color: #999;
 margin-bottom: 45px;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) span {
 position: relative;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(1) span::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: -20px;
 height: 2px;
 background: #e70012;
}

.ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(2) {
 height: 90px;
 font-size: 16px;
 line-height: 30px;
 color: #333;
 overflow: hidden;
}

.ziyemian .pro_div .desc_sbzs {
 padding: 30px 0 60px;
}

.ziyemian .pro_div .desc_sbzs img {
 display: block;
 max-width: 100%;
 margin: auto;
}

.ziyemian .pro_div .desc_sbzs .sbzs_title {
 font-size: 24px;
 line-height: 1;
 color: #e70012;
 padding-bottom: 30px;
}

.ziyemian .pro_div .desc_jbsx {
 padding: 30px 0 60px;
}

.ziyemian .pro_div .desc_jbsx .jbsx_title {
 font-size: 24px;
 line-height: 1;
 color: #e70012;
 padding-bottom: 30px;
}

.ziyemian .pro_div .desc_jbsx .jbsx_desc{
 border-top: 2px solid #e0e0e0;
}

.ziyemian .pro_div .desc_jbsx .jbsx_desc p {
 font-size: 16px;
 line-height: 60px;
 color: #6c6c6c;
 border-bottom: 2px solid #e0e0e0;
}

@media (max-width:768px) {
 .ziyemian{padding: 40px 0;}
 .ziyemian .pro_div{display: block;}
 .ziyemian .pro_div>div:nth-child(1){width: 100%; margin-bottom: 40px;}
 .ziyemian .pro_div>div:nth-child(1)::before{content: unset;}
 .ziyemian .pro_div .pro_chos .pro_ul{width: 100%;}
 .ziyemian .pro_div .pro_chos .pro_ul .yijidesc{font-size: 18px; line-height: 50px;}
 .ziyemian .pro_div .pro_chos .pro_ul .yijihid{padding-left: 30px;}
 .ziyemian .pro_div .pro_chos .pro_ul .erjidesct{font-size: 18px; line-height: 50px;}
 .ziyemian .pro_div .pro_chos .pro_ul .erjihid{padding-left: 35px;}
 .ziyemian .pro_div .pro_chos .pro_ul .erjidesc{font-size: 15px; line-height: 40px;}
 .ziyemian .pro_div>div:nth-child(2){width: 100%;}
 .ziyemian .pro_div .pro_desc .desc_title{font-size: 24px;}
 .ziyemian .pro_div .pro_desc .desc_desc{font-size: 15px; padding: 15px 0 0;}
 .ziyemian .pro_div .desc_sbys ul li{width: 48%; margin-right: 4%; margin-bottom: 4%;}
 .ziyemian .pro_div .desc_sbys ul li:nth-of-type(3n){margin-right: 4%;}
 .ziyemian .pro_div .desc_sbys ul li:nth-of-type(2n){margin-right: 0;}
 .ziyemian .pro_div .desc_sbys ul li>div{padding: 20px 15px;}
 .ziyemian .pro_div .desc_sbys ul li>div>div:nth-child(2){height: 75px; font-size: 15px; line-height: 25px;}
 .ziyemian .pro_div .desc_jbsx .jbsx_desc p{font-size: 15px; line-height: 42px;}
 .ziyemian .pro_div .pro_desc .desc_sbys, .ziyemian .pro_div .desc_sbzs, .ziyemian .pro_div .desc_jbsx{padding-bottom: 30px;}
}



.ho_qqbj {
 position: relative;
}

.ho_qqbj .titbox {
 width: 100%;
 position: absolute;
 top: 60px;
 left: 0;
 right: 0;
}

.ho_qqbj .titlogo{
 width: 130px;
}

.ho_qqbj .title{
 margin-left: 25px;
 padding-bottom: 0;
}

.ho_qqbj img {
 width: 100%;
}

.ho_qqbj .qqbj-hover ul li {
 position: absolute;
 top: 51%;
 left: 21.8%;
 /*width: 1.875%;*/
 width:20px;
}

.ho_qqbj .qqbj-hover ul li .qqbjqiu {
 width: 100%;
}

.ho_qqbj .qqbj-hover ul li .qqbjqiu img {
 width: 100%;
 transform: rotate(0deg);
 transition: all .8s ease;
 -webkit-transition: all .8s ease;
 -moz-transition: all .8s ease;
 -ms-transition: all .8s ease;
 -o-transition: all .8s ease;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
}

.ho_qqbj .qqbj-hover ul li:hover .qqbjqiu img {
 transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}

.ho_qqbj .qqbj-hover.done ul li .qqbjqiu img {
 transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}

.ho_qqbj .qqbj-hover ul li .qqbjsvg {
 position: absolute;
 left: 50%;
 bottom: 100%;
}

.ho_qqbj .qqbj-hover ul li .qqbjsvg svg {
 width: 100%;
 height: auto;
}

.ho_qqbj .qqbj-hover ul li .qqbjzi {
 position: absolute;
 top: -9px;
 font-size: 18px;
 line-height: 18px;
 width: 300px;
 left: 120%;
 color: #004FA3;
 z-index: -1;
 opacity: 0;
 transition-property: opacity;
 transition-duration: .6s;
 transition-timing-function: ease;
 transition-delay: 2s;
}

.ho_qqbj .qqbj-hover ul li:hover .qqbjzi {
 z-index: 1;
 opacity: 1;
}

.ho_qqbj .qqbj-hover.done ul li .qqbjzi {
 z-index: 1;
 opacity: 1;
}

.ho_qqbj .qqbj-text {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 60px;
}

.ho_qqbj .qqbj-text h3{
 font-size: 24px;
 color: #2550af;
 line-height: 30px;
 font-weight: bold;
}

.ho_qqbj .qqbj-text p{
 font-size: 18px;
 color: #6d6c6c;
 line-height: 30px;
 margin-top: 10px;
}

.phone-port{
 display: none;
}

@media (max-width:767px){
 .pc-port{
 display: none;
 }
 .phone-port{
 display: block;
 }
 .ho_qqbj .titbox{
 	top: 20px;
 }
 .ho_qqbj .titlogo{
 	width: 60px;
 }
 .ho_qqbj img{
 	height: auto;
 }
 .ho_qqbj .title{
 	margin-left: 15px;
 }
 .ho_qqbj .title .en{
 	margin-top: 5px;
 }
 .ho_qqbj .qqbj-text{
 	bottom: 20px;
 }
 .ho_qqbj .qqbj-text h3{
 	font-size: 18px;
 }
 .ho_qqbj .qqbj-text p{
 	font-size: 15px;
 	line-height: 20px;
 	margin-top: 0;
 }
}

.searjg{padding: 100px 0; text-align: center;}
.seartit{font-size: 30px; color: #333; line-height: 1.2; margin-bottom: 30px;}
.searcon li{width: 23%; margin: 1%; display: inline-block; vertical-align: top;}
.searcon li img{height: 300px; object-fit: contain;}
.searcon li p{font-size: 16px; color: #333; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

@media (max-width:767px){
 .searjg{padding: 40px 0;}
 .seartit{font-size: 24px; margin-bottom: 20px;}
 .searcon li{width: 48%; margin: 1%;}
 .searcon li img{height: 150px;}
 .searcon li p{font-size: 15px; line-height: 30px;}
}



